我正在尝试在一个属性中引用两个文档,我一直在检查正式文档,但没有得到解决方案...
此刻我正在尝试...
items: [{
type: mongoose.Schema.Types.ObjectId,
ref: ['items','users']
}],
在文档中,他们提到了refPath ...但是我无法填充这两个模型...对此有任何解决方案吗?
//链接到文档 https://mongoosejs.com/docs/populate.html#dynamic-ref