Hello fearless team I want to ask about pagination un report.
we are using ad group and click performance reports, data is big, so we are using pagination as mentioned
here , so it says I need to specify the page size but not the page number, mentioned
```
Google Ads API internally caches the entire data set, so subsequent requests are faster than the first request. Depending on your use case, you can set
page_size to any value between 1 and 10,000. In general, for faster overall performance, you should use a larger
page_size due to fewer round trips in your responses.
```
I am I expecting all is data returned in one request, doesn't that introduce timing issue and request may take longer time ?