--- title: bundleCount - GraphQL Admin description: >- Returns the number of bundle products that have been created by the current app. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/queries/bundleCount' md: 'https://shopify.dev/docs/api/admin-graphql/unstable/queries/bundleCount.md' --- # bundle​Count query Returns the number of bundle products that have been created by the current app. ## Possible returns * Int [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. *** ## Examples * ### bundleCount reference ## Query Reference ```graphql { bundleCount { # bundleCount fields } } ```