--- title: PaginatedSitemapResources - Storefront API description: Type for paginating through multiple sitemap's resources. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/paginatedsitemapresources md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/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/unstable/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/unstable/objects/Sitemap#field-Sitemap.fields.resources)