I have a ref type field in one of my schemas:
ref
someField: { type: MongooseSchema.Types.ObjectId, ref: \'SomeModel\' }
When I