# LibrarySectionLocation Represents a top-level location on disk where media in this library section is stored ## Example Usage ```typescript import { LibrarySectionLocation } from "@lukehagar/plexjs/sdk/models/shared"; let value: LibrarySectionLocation = {}; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | | `id` | *number* | :heavy_minus_sign: | N/A | | `path` | *any* | :heavy_minus_sign: | The path of where this directory exists on disk |