I\'m using mongoose.js on a node.js server connecting to mongodb and I have a mongoose model like the following
SubSchema = new Schema({ _member: {type:
Follow-up on @JohnnyHK's post, you can specify the Model to use in populate() for now: https://github.com/LearnBoost/mongoose/issues/1377#issuecomment-15920370
populate()