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