# IncludeMeta Adds the Meta object to the response ## Example Usage ```typescript import { IncludeMeta } from "@lukehagar/plexjs/sdk/models/operations"; let value: IncludeMeta = IncludeMeta.Enable; ``` ## Values | Name | Value | | --------- | --------- | | `Disable` | 0 | | `Enable` | 1 |