aravindnc / mongoose-aggregate-paginate-v2

A cursor based custom aggregate pagination library for Mongoose with customizable labels.
MIT License
131 stars 23 forks source link

populate option like mongoose-paginate-v2 #24

Open thorizer opened 4 years ago

thorizer commented 4 years ago

not sure why this package doesn't have a populate option like mongoose-paginate-v2. can I populate without using $lookup ?

devjsrana commented 1 year ago

Hey thorizer, did you find the solution? I am looking for the same thing.