--- title: SearchResultItemConnection - Storefront API description: | An auto-generated type for paginating through multiple SearchResultItems. api_version: 2025-10 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection md: >- https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection.md --- # Search​Result​Item​Connection connection An auto-generated type for paginating through multiple SearchResultItems. ## Queries with this connection * [search](https://shopify.dev/docs/api/storefront/latest/queries/search) query List of the search results. *** ## Possible returns * edges [\[Search​Result​Item​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/SearchResultItemEdge) non-null A list of edges. * nodes [\[Search​Result​Item!\]!](https://shopify.dev/docs/api/storefront/latest/unions/SearchResultItem) non-null A list of the nodes contained in SearchResultItemEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. * product​Filters [\[Filter!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Filter) non-null A list of available filters. * total​Count [Int!](https://shopify.dev/docs/api/storefront/latest/scalars/Int) non-null The total number of results. *** ## Map ### Queries with this connection * \[search](https://shopify.dev/docs/api/storefront/latest/queries/search) ### Possible returns * <->[Search​Result​Item​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection#returns-edges) * <->[Search​Result​Item​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection#returns-nodes) * <->[Search​Result​Item​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection#returns-pageInfo) * <->[Search​Result​Item​Connection.productFilters](https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection#returns-productFilters) * <->[Search​Result​Item​Connection.totalCount](https://shopify.dev/docs/api/storefront/latest/connections/SearchResultItemConnection#returns-totalCount)