let count = yield this.rawQry().count(function(user) {
      return user('roles').contains('admin')
    }).run();