edwardhotchkiss / mongoose-paginate

Mongoose.js (Node.js & MongoDB) Document Query Pagination
MIT License
984 stars 217 forks source link

Collection.count is deprecated #152

Closed unckleg closed 5 years ago

unckleg commented 5 years ago

DeprecationWarning: collection.count is deprecated, and will be removed in a future version. Use collection.countDocuments or collection.estimatedDocumentCount instead

unckleg commented 5 years ago

PR's: #151 & #153