> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/ordered-products-with-summary-connection.md).

# OrderedProductsWithSummaryConnection

### Fields

#### edges (\[[OrderedProductEdge](/graphql-api/api-reference/objects/ordered-product-edge.md)])

A list of edges.

#### nodes (\[[OrderedProduct](/graphql-api/api-reference/objects/ordered-product.md)])

A list of nodes.

#### pageInfo ([PageInfo](/graphql-api/api-reference/objects/page-info.md)!)

Information to aid in pagination.

#### totalCount ([Int](/graphql-api/api-reference/objects/int.md))

The total number of items available.

#### totalCountPerProductId ([JSON](/graphql-api/api-reference/objects/json.md)!)

Returns a key value pair of product ID and the value of its ordered product count

#### totalCountPerProductSku ([JSON](/graphql-api/api-reference/objects/json.md)!)

Returns a key value pair of product SKU and the value of its ordered product count

#### totalQuantityPerProductId ([JSON](/graphql-api/api-reference/objects/json.md)!)

Returns a key value pair of product ID and the value of its ordered product total quantity

#### totalQuantityPerProductSku ([JSON](/graphql-api/api-reference/objects/json.md)!)

Returns a key value pair of product SKU and the value of its ordered product total quantity

#### totalUniqueSubscriptionAccountCount ([Int](/graphql-api/api-reference/objects/int.md))

Returns the distinct subscription account count for the filtered ordered products. Subscriptions without a subscription account are excluded.

#### totalUniqueSubscriptionCount ([Int](/graphql-api/api-reference/objects/int.md))

Returns the distinct subscription count for the filtered ordered products
