orderBy({required String attribute, required SortOrder order}) { this.sortOrder[attribute] = order; return this; }