--- title: PaginatedSitemapResources - Storefront API description: Type for paginating through multiple sitemap's resources. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/objects/PaginatedSitemapResources md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/PaginatedSitemapResources.txt --- # Paginated​Sitemap​Resources object Type for paginating through multiple sitemap's resources. ## Fields * has​Next​Page [Boolean!](https://shopify.dev/docs/api/storefront/2024-10/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/2024-10/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/2024-10/objects/Sitemap#field-resources)