# Sort Each `Sort` object contains a description of the sort field. ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | `Title` | *string* | :heavy_minus_sign: | The title of the field. | | `Type` | *string* | :heavy_minus_sign: | N/A | | `Art` | *string* | :heavy_minus_sign: | N/A | | `Content` | *bool* | :heavy_minus_sign: | N/A | | `Filter` | *string* | :heavy_minus_sign: | N/A | | `HasPrefs` | *bool* | :heavy_minus_sign: | N/A | | `HasStoreServices` | *bool* | :heavy_minus_sign: | N/A | | `HubKey` | *string* | :heavy_minus_sign: | N/A | | `Identifier` | *string* | :heavy_minus_sign: | N/A | | `Key` | *string* | :heavy_minus_sign: | The key to use in the sort field to make items sort by this item | | `LastAccessedAt` | *long* | :heavy_minus_sign: | N/A | | `Pivot` | List<[SortPivot](../../Models/Components/SortPivot.md)> | :heavy_minus_sign: | N/A | | `Share` | *long* | :heavy_minus_sign: | N/A | | `Thumb` | *string* | :heavy_minus_sign: | N/A | | `TitleBar` | *string* | :heavy_minus_sign: | N/A | | `Default` | [SortDefault](../../Models/Components/SortDefault.md) | :heavy_minus_sign: | If present, this sort is the default and in this direction | | `DefaultDirection` | [DefaultDirection](../../Models/Components/DefaultDirection.md) | :heavy_minus_sign: | This default diction of this sort | | `DescKey` | *string* | :heavy_minus_sign: | The key for sorting this field in reverse order | | `FirstCharacterKey` | *string* | :heavy_minus_sign: | The key to use to get items sorted by this field and indexed by the first character | | `AdditionalProperties` | Dictionary | :heavy_minus_sign: | N/A |