I tried searching a bit around, but I can't seem to find a definitive recommended way returning all (or at least a higher number than 25!) documents. Do any of you have some code examples, or perhaps there is documentation I was unable to find?
I figure I would just have to add a pagination loop just to forcefully get all results, or at least up to a specific number, but I would just like to verify that is the norm when working with appwrite, since the limit is so low - would be nice to be able to just set "Give me 1000 results" in one query 😅