GraphQL OBJECT
type promotionReferringsResult {totalCount: Int isTruncated: Boolean items: [Promotion] }