pb-mongoose-middleware
v0.3.0
Published
Middleware for mongoose that makes filtering, sorting, pagination and projection chainable and simple to apply
Downloads
3
Maintainers
Readme
PB Mongoose Middleware
Fork of https://github.com/PlayNetwork/mongoose-middleware
##Pagination pass parameter in options
{
page:2, // deafult 1
limit:200 // default 10
}