Sorts results by a field in descending order (e.g., "Price desc").
static OrderBy desc(String field) => OrderBy._('$field desc');