# PaginatedSitemapResources - storefront - OBJECT Version: 2024-10 ## Description Type for paginating through multiple sitemap's resources. ### Access Scopes ## Fields * [hasNextPage](/docs/api/storefront/2024-10/scalars/Boolean): Boolean! - Whether there are more pages to fetch following the current page. * [items](/docs/api/storefront/2024-10/interfaces/SitemapResourceInterface): SitemapResourceInterface! - List of sitemap resources for the current page. Note: The number of items varies between 0 and 250 per page. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples