# Sort Each `Sort` object contains a description of the sort field. ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | | `title` | *Optional[str]* | :heavy_minus_sign: | The title of the field. | | `type` | *Optional[str]* | :heavy_minus_sign: | N/A | | `art` | *Optional[str]* | :heavy_minus_sign: | N/A | | `content` | *Optional[bool]* | :heavy_minus_sign: | N/A | | `filter_` | *Optional[str]* | :heavy_minus_sign: | N/A | | `has_prefs` | *Optional[bool]* | :heavy_minus_sign: | N/A | | `has_store_services` | *Optional[bool]* | :heavy_minus_sign: | N/A | | `hub_key` | *Optional[str]* | :heavy_minus_sign: | N/A | | `identifier` | *Optional[str]* | :heavy_minus_sign: | N/A | | `key` | *Optional[str]* | :heavy_minus_sign: | The key to use in the sort field to make items sort by this item | | `last_accessed_at` | *Optional[int]* | :heavy_minus_sign: | N/A | | `pivot` | List[[components.SortPivot](../../models/components/sortpivot.md)] | :heavy_minus_sign: | N/A | | `share` | *Optional[int]* | :heavy_minus_sign: | N/A | | `thumb` | *Optional[str]* | :heavy_minus_sign: | N/A | | `title_bar` | *Optional[str]* | :heavy_minus_sign: | N/A | | `default` | [Optional[components.SortDefault]](../../models/components/sortdefault.md) | :heavy_minus_sign: | If present, this sort is the default and in this direction | | `default_direction` | [Optional[components.DefaultDirection]](../../models/components/defaultdirection.md) | :heavy_minus_sign: | This default diction of this sort | | `desc_key` | *Optional[str]* | :heavy_minus_sign: | The key for sorting this field in reverse order | | `first_character_key` | *Optional[str]* | :heavy_minus_sign: | The key to use to get items sorted by this field and indexed by the first character | | `__pydantic_extra__` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |