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