return yield this.queryPaginated('block', {
      filter: { user: get(this, 'session.account.id') },
      include: 'blocked'
    }).then(records => {
      const controller = this.controllerFor(get(this, 'routeName'));