Should there be paging for queries, such as findBy and list(collectionName)? This could be input as a parameter page which defaults to 0 or be passed in an options object. Other options include a limit parameter, and querying after an index. What should the default limit be?