for example the following schemes are the following folders
cr/user
lms/content
this is the outline contained
user: {
type: Schema.Types.ObjectId,
ref: 'cr/user'
}
How can I reference a user from the schema content?
because if I use it like this I get an error "Schema has not been registered for model"