Answer the question
In order to leave comments, you need to log in
How to set populate limit in mongoose?
Greetings.
I'm using Mongoose;
There is such a scheme
var UserSchema = new Schema({
login:{type:String,unique:true,required:true},
_works:[{type:Number,ref:'Work'}]
});
users.findOne({login:login}).populate('_works').exec(callback);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question