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