for example I have Users and Posts.
User { email: string } Post { user: { type: Schema.Types.ObjectId, ref: \'User\' } }
I want to find