# GetRecentlyAddedSort ## Example Usage ```typescript import { GetRecentlyAddedSort } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetRecentlyAddedSort = { default: "asc", active: false, descKey: "titleSort:desc", firstCharacterKey: "/library/sections/2/firstCharacter", key: "titleSort", title: "Title", }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | | `default` | *string* | :heavy_minus_sign: | N/A | asc | | `active` | *boolean* | :heavy_minus_sign: | N/A | false | | `activeDirection` | [operations.GetRecentlyAddedActiveDirection](../../../sdk/models/operations/getrecentlyaddedactivedirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.
| asc | | `defaultDirection` | [operations.GetRecentlyAddedDefaultDirection](../../../sdk/models/operations/getrecentlyaddeddefaultdirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.
| asc | | `descKey` | *string* | :heavy_minus_sign: | N/A | titleSort:desc | | `firstCharacterKey` | *string* | :heavy_minus_sign: | N/A | /library/sections/2/firstCharacter | | `key` | *string* | :heavy_check_mark: | N/A | titleSort | | `title` | *string* | :heavy_check_mark: | N/A | Title |