For example `find`, `aggregate`.. you should be able to just: `model.aggregate([...])` rather than having to `model.getCollection().aggregate([...])`
For example
find,aggregate.. you should be able to just:model.aggregate([...])rather than having tomodel.getCollection().aggregate([...])