Как добавить другую модель в тип модели в схеме mongoDB
items : {
type: [Schema.Types.ObjectId],
ref: 'Item'
}
SHIVAM GOPCHADE
items : {
type: [Schema.Types.ObjectId],
ref: 'Item'
}