# GetMediaArtsRequest ## Example Usage ```typescript import { GetMediaArtsRequest } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetMediaArtsRequest = { ratingKey: 16099, }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | | `ratingKey` | *number* | :heavy_check_mark: | the id of the library item to return the artwork of. | 16099 |