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