---
title: "Include"
description: "Include"
url: "https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/swift/reference/include"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-09-21"
---

# Include

## Include

The \`Query.Include\` is parameter for including count, Unpublished, ContentType schema, Global Fields schema, and Reference ContentType Uid in result.

Each bit of rawValue potentially represents an element of the option set.

To include count in the response.

To include Unpublished Entries in response,

To include ContentType schema in Entry response,

To include Global Fields schema in Entry response.

To include Reference ContentType Uid in reference field in Entry response.

Retrieve the published content of the fallback locale if an entry is not localized in specified locale.

Include Embedded Objects (Entries and Assets) along with entry/entries details.

To include all Query.Include values.

## Include | Swift Delivery SDK | Contentstack

Include lets you add count, unpublished items, content type and global field schema, and reference UIDs to results in the Swift SDK.