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