Include
Include
The `Query.Include` is parameter for including count, Unpublished, ContentType schema, Global Fields schema, and Reference ContentType Uid in result.
| Name | Type | Description |
|---|---|---|
| rawValue | Int | Each bit of rawValue potentially represents an element of the option set. |
| count | Include | To include count in the response. |
| unpublished | Include | To include Unpublished Entries in response, |
| contentType | Include | To include ContentType schema in Entry response, |
| globalField | Include | To include Global Fields schema in Entry response. |
| refContentTypeUID | Include | To include Reference ContentType Uid in reference field in Entry response. |
| fallback | Include | Retrieve the published content of the fallback locale if an entry is not localized in specified locale. |
| embeddedItems | Include | Include Embedded Objects (Entries and Assets) along with entry/entries details. |
| all | Include | To include all Query.Include values. |