I have two schemas
export interface IRating extends Document { user?: Schema.Types.ObjectId; company?: Schema.Types.ObjectId; email: string; userRole: string; use