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