Relations
Relations work a little differently in mongoose
when compared to other relational ORMs such as sequelize
or typescript
. You can read more about relations (references) in mongoose
here
note
There are multiple ways to set of references in mongoose
there are intended as starting point.
warning
Filtering on references is not supported by mongoose.