# MediaSubscription A media subscription contains a representation of metadata desired to be recorded ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `Title` | *string* | :heavy_minus_sign: | N/A | | `Type` | *long* | :heavy_minus_sign: | The metadata type of the root item of the subscription | | `AiringsType` | [AiringsType](../../Models/Components/AiringsType.md) | :heavy_minus_sign: | N/A | | `CreatedAt` | *long* | :heavy_minus_sign: | N/A | | `Directory` | Dictionary | :heavy_minus_sign: | Media Matching Hints | | `DurationTotal` | *long* | :heavy_minus_sign: | Only included if `includeStorage` is specified | | `Key` | *string* | :heavy_minus_sign: | N/A | | `LibrarySectionTitle` | *string* | :heavy_minus_sign: | N/A | | `LocationPath` | *string* | :heavy_minus_sign: | N/A | | `MediaGrabOperation` | List<[MediaGrabOperation](../../Models/Components/MediaGrabOperation.md)> | :heavy_minus_sign: | N/A | | `Playlist` | Dictionary | :heavy_minus_sign: | Media Matching Hints | | `Setting` | List<[Setting](../../Models/Components/Setting.md)> | :heavy_minus_sign: | N/A | | `StorageTotal` | *long* | :heavy_minus_sign: | Only included if `includeStorage` is specified | | `TargetLibrarySectionID` | *long* | :heavy_minus_sign: | The library section id for where the item is to be recorded | | `TargetSectionLocationID` | *long* | :heavy_minus_sign: | The library section location id for where the item is to be recorded | | `Video` | Dictionary | :heavy_minus_sign: | Media Matching Hints |