Just try using
reviewSchema.pre(/^findOneAndUpdate/, async function (next) { this.r = await this.model.findOne(this.getQuery()); next(); });