# GetMetadataChildrenDirectory ## Example Usage ```typescript import { GetMetadataChildrenDirectory } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetMetadataChildrenDirectory = { leafCount: 16, thumb: "/library/metadata/30072/thumb/1705739923", viewedLeafCount: 16, key: "/library/metadata/30072/allLeaves", title: "All episodes", }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | | `leafCount` | *number* | :heavy_minus_sign: | N/A | 16 | | `thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/thumb/1705739923 | | `viewedLeafCount` | *number* | :heavy_minus_sign: | N/A | 16 | | `key` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/allLeaves | | `title` | *string* | :heavy_minus_sign: | N/A | All episodes |