events: {
    'click [data-hook~=group-order-count]': function () {
      this.model.ordering = 'count';
      this.parent.resetFilter = true;
    },