constructor(model, params, ids, user) {
    this._model = model.unscoped();
    this._params = params;
    this._ids = ids;
    this._user = user;