if (options.fields) {
      Object.keys(options.fields).forEach((model) => {
        this._opts.fields[model] =
          (this._opts.fields[model] || []).concat(options.fields[model]);
      });