# GetLibraryItemsCountry ## Example Usage ```typescript import { GetLibraryItemsCountry } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetLibraryItemsCountry = { id: 259, tag: "United States of America", }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | | `id` | *number* | :heavy_check_mark: | The unique identifier for the country.
NOTE: This is different for each Plex server and is not globally unique.
| 259 | | `tag` | *string* | :heavy_check_mark: | The country of origin of this media item | United States of America |