I use .skip() and .limit() to paginate my MongoDB query. But I want to read the full amount of documents before I cut them by these functions.