return yield this.queryPaginated('list-import', {
      filter: { user_id: get(this, 'session.account.id') }
    }).then(records => {
      const controller = this.controllerFor(get(this, 'routeName'));
      set(controller, 'hasNextPage', this._hasNextPage());