descendingSelected: computed('propertySelected', 'sortDirection', function() {
    const {propertySelected,sortDirection} = this.getProperties('propertySelected', 'sortDirection');
    return propertySelected && sortDirection === 'descending';
  }),