A function that picks a subset of documents from an array of documents, given a limit and offset.
The type of the documents in the array.
The maximum number of documents to pick.
The number of documents to skip before picking.
rows
done
A function that picks a subset of documents from an array of documents, given a limit and offset.