Hi All!
The limit of a query is by default = 50 with a maximum of 1000 returned values.
It’s currently not possible to return more than 1000 items at once.
You can work around it by adding the .skip() method to your query and set the number of items you want to skip before the query starts to return items from the collection.
Hope it helps!
Doron.