# PaginatedSitemapResources - storefront - OBJECT Version: 2025-01 ## Description Type for paginating through multiple sitemap's resources. ### Access Scopes ## Fields * [hasNextPage](/docs/api/storefront/2025-01/scalars/Boolean): Boolean! - Whether there are more pages to fetch following the current page. * [items](/docs/api/storefront/2025-01/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