--- title: PaginatedSitemapResources - Storefront API description: Type for paginating through multiple sitemap's resources. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/paginatedsitemapresources md: https://shopify.dev/docs/api/storefront/latest/objects/paginatedsitemapresources.md --- # Paginated​Sitemap​Resources object Type for paginating through multiple sitemap's resources. ## Fields * has​Next​Page [Boolean!](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) non-null Whether there are more pages to fetch following the current page. * items [\[Sitemap​Resource​Interface!\]!](https://shopify.dev/docs/api/storefront/latest/interfaces/SitemapResourceInterface) non-null List of sitemap resources for the current page. Note: The number of items varies between 0 and 250 per page. *** ## Map ### Fields with this object * {}[Sitemap.resources](https://shopify.dev/docs/api/storefront/latest/objects/Sitemap#field-Sitemap.fields.resources)