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