Utils.warn(`Model attributes (${unexpectedModelAttributes.join(', ')}) passed into finder method options, but the options.where object is empty. Did you forget to use options.where?`);
Utils.warn(`Model attributes (${unexpectedModelAttributes.join(', ')}) passed into finder method options of model ${this.name}, but the options.where object is empty. Did you forget to use options.where?`);
constexpectedError='Model attributes (firstName) passed into finder method options, but the options.where object is empty. Did you forget to use options.where?';
constexpectedError='Model attributes (firstName) passed into finder method options of model User, but the options.where object is empty. Did you forget to use options.where?';