buunguyen / mongoose-deep-populate

Mongoose plugin to enable deep population of nested models ⛺
MIT License
469 stars 44 forks source link

Populated field is not an instance of Model #33

Closed SerjoPepper closed 9 years ago

SerjoPepper commented 9 years ago

Populated object is not an instance of Model, it is just a plain javascript object. So I can not use Model.prototype methods with it.

buunguyen commented 9 years ago

This plugin uses mongoose's populate under the hood. It doesn't modify the type of populated models at all.