There seems to be a problem with [this line](https://github.com/Automattic/mongoose/blob/0c19536f9bc57a14000dca0d8ef3d6709c57e5f7/lib/schematype.js#L1002 ) ``` * postSchema.path('user').ref(() => User); // Or a function that returns the model class ``` On the [doc page](https://mongoosejs.com/docs/api/schematype.html#schematype_SchemaType-ref) (v5.11.16) I see `>` 