# GetLibraryItemsGenre ## Example Usage ```typescript import { GetLibraryItemsGenre } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetLibraryItemsGenre = { tag: "Adventure", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `tag` | *string* | :heavy_minus_sign: | N/A | Adventure |