sortBy(sortOrder) {
    this.sortOrder = sortOrder;
    this.offset = this.getDefaultOffset();
    return this.loadItems();
  }