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