---
title: HKStatisticsCollectionQueryDescriptor.Result
framework: healthkit
role: symbol
role_heading: Structure
path: healthkit/hkstatisticscollectionquerydescriptor/result
---

# HKStatisticsCollectionQueryDescriptor.Result

A collection of results.

## Declaration

```swift
struct Result
```

## Overview

Overview The first set of results reflects the current state of the statistics collection. Additional results represent updates to the collection. When possible, HealthKit populates the updateStatistics property to indicate which statistics have changed.

## Topics

### Accessing Statistical Data

- [statisticsCollection](healthkit/hkstatisticscollectionquerydescriptor/result/statisticscollection.md)
- [updatedStatistics](healthkit/hkstatisticscollectionquerydescriptor/result/updatedstatistics.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating an Iterator

- [HKStatisticsCollectionQueryDescriptor.Results.Iterator](healthkit/hkstatisticscollectionquerydescriptor/results/iterator.md)
