I have two collections User and UserType :-
var User = new mongoose.Schema({ username: { type: String, required: true, }, userType: