Paging content or bypassing content retrieval limit

I am trying to pick, at random 10 items from a “blog” schema, however I have approximately 300 items and when I make a call to GetAsync I only get the first 200 items returned (based on the config setting).

Is there a way to bypass this setting, without changing the global setting, or is there a way to detect that its not returned all the data, and request the next block of 200 ?

Thanks

You also get the total items and you can use this information to retrieve more items.