MANWHOGAMESOriginal post
Web Developer
I am trying to do a query to return all items in a given collection, but can only seem to find a way to get a single document?
Summary
Developers wondering if they can retrieve all docs in a collection with a limit of only 100.
They can use `Query.limit(...)` with `listDocuments` to fetch the desired count.