const Notification = Schema({ read: Boolean receiver: { type: Schema.Types.ObjectId, ref: "User" } label