return this._model
      .findByIdAndUpdate(this._params.recordId, {
        $set: updateParams,
      }, {
        new: true,